Enable console debug dumping so that we submit the oops generated by
authordan@guaranine.beaverton.ibm.com <dan@guaranine.beaverton.ibm.com>
Wed, 30 Nov 2005 11:41:33 +0000 (11:41 +0000)
committerdan@guaranine.beaverton.ibm.com <dan@guaranine.beaverton.ibm.com>
Wed, 30 Nov 2005 11:41:33 +0000 (11:41 +0000)
network-detach to the reporting site.

tools/xm-test/tests/network-attach/03_network_attach_detach_multiple_pos.py

index e13e1ff135650041aa5ee3d756eb658c66b2a6a3..1b00b32e413c2a87c9c22ee798c54a096c8f624a 100644 (file)
@@ -24,6 +24,9 @@ except DomainError, e:
 # Attach a console to it
 try:
     console = XmConsole(domain.getName(), historySaveCmds=True)
+    # network-detach is crashing, so we enable console debugging
+    # for now, so that reports include the oops
+    console.debugMe = True
 except ConsoleError, e:
     FAIL(str(e))